FromStream(Graphics, Stream, TextureScalingQuality, IImageDecoder)

Method

Namespace: Imagini.ImageSharp

Declared in: Imagini.ImageSharp.TextureFactory


Creates a RGBA8888 surface by loading a file from the specified stream.

Syntax

public static Texture FromStream(
	Graphics graphics,
	Stream stream,
	TextureScalingQuality quality,
	IImageDecoder decoder
)

Back to index